@font-face {
    font-family: 'futura';
    src: url(../fonts/FUTURA-BOLD.OTF);
}
@font-face {
    font-family: 'Hero';
    src: url(../fonts/Hero.otf);
}
.header{
    background: #1d1d1d;
    line-height: 45px;
    color: white;
    font-size: 14px;
}
.navigation{
    margin: 10px auto;
}
.navigation li{
    line-height: 53px;
	float: left;
	padding:10px 35px 20px;
	position: relative;
	display: block;
	font-size: 16px;
	
}

.navigation li:after{
	content: "";
	width: 0;
	height: 2px;
	background: #1176c6;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.navigation li:hover:after{
	width: 100%;
}
.navigation li a:hover{
	color: #1176c6;
}
.banner{
	position: relative;
}
.tel{
	background: url(../img1/telbg.png) no-repeat;
	padding:50px 10px 40px 350px;
	position: absolute;
	left: 0;
	bottom: -5%;
	width: 836px;
	z-index: 999;
	height: 154px;
}
.tel img{
	float: left;
}
.tel h2{
	color: #fff;
	font-size:18px;
	
}
.tel h2 span{
	font-family: hero;
	font-size: 40px;
	color: #fff;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.pro{
	margin-top: 100px;
}
.pro h3{
	font-size:48px;
	color: #333;
	font-weight: lighter;
	line-height: 80px;
	text-align: center;
}
.pro .pro-1{
	background:#fff;
	border-radius: 30px;
	padding:120px 20px 20px;
	box-shadow: 3px 3px 13px rgba(0,0,0,0.3);
	margin: 120px 40px 60px;
	position: relative;
	transition: all 0.6s;
}
.pro .pro-1:hover{
	background: rgba(35,131,188,05);
	transform: translateY(-5px);
}
.pro .pro-1 p{
	font-size: 24px;
	color: #333;
	line-height: 90px;
	text-align: center;
	
}
.pro .pro-1:hover p{
	color: #fff;
}
.pro .pro-1 img{
	position: absolute;
	top:-30%;
	left: 20%;
	transition: all 0.6s;
}
.pro .pro-1:hover img{
	transform: translateY(-10px);
	
}
.about{
	background: url(../img1/aboutbj.jpg) no-repeat center center;
	background-attachment: fixed;
}
.about .about-1{
	color: #fff;
	background-color: rgba(77,159,42,0.6);
	padding:60px 50px;
	border: 1px solid rgba(255,255,255,0);
	transition: all 0.6s;
	
}
.about .about-1:hover,.about .about-2:nth-child(2):hover{
	border: 1px solid rgba(255,255,255,0.5);
	background: transparent;
	
}
.about .about-2:nth-child(1),.about .about-3{
	border: 1px solid rgba(255,255,255,0.5);
	padding:72px 50px;
	color: #fff;
	transition: all 0.6s;
}
.about .about-2:nth-child(1):hover,.about .about-3:hover{
	border: 1px solid rgba(255,255,255,0);
	background-color: rgba(255,255,255,0.2);
}
.about .about-2:nth-child(2){
	background-color: rgba(17,118,198,0.6);
	padding:60px 50px;
	color: #fff;
	transition: all 0.6s;
	border: 1px solid rgba(255,255,255,0);
}
.about .about-1 h2,.about .about-2 h2,.about .about-3 h2{
	font-size: 62px;
	font-family: impact;
}
.about .about-1 p,.about .about-2 p{
	font-size: 18px;
	line-height: 60px;
}
.about .about-2 a,.about .about-3 a {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
}
.about-con{
	text-align: right;
	color: #fff;
	margin-top: 180px;
}
.about-con .about-tit h4{
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
	font-family: hero;
}
.about-con .about-tit h5{
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
}
.about-con p{
	font-size: 16px;
	line-height: 40px;
	padding-left: 90px;
	margin-top: 80px;
}
.about-con .aboutmore a{
	font-size: 16px;
	border: 1px solid rgba(255,255,255,0.7);
	padding: 8px 30px;
	margin-top: 50px;
	color: #fff;
	border-radius: 50px;
	text-align: right;
	display: inline-block;
	transition: all 0.6s;
}
.about-con .aboutmore a:hover{
	background:rgba(77,159,42,0.6);
	transform: translateY(-10px);
	border: 1px solid rgba(255,255,255,0);
}
.teh  .teh-tit{
	margin: 80px auto;
}
.teh-tit h3{
	font-size: 40px;
	color: #222;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
}
.teh-tit p{
	font-size: 16px;
	color: #666;
	text-align: center;
}
.teh .teh-1{
	overflow: hidden;
}
.teh .teh-1 img{
	transition: all 0.6s;
	position: relative;
}
.teh .teh-1:hover img{
	transform: scale(1.1);
}
.teh .teh-1 p{
	position: absolute;
	top: 0;
	left: 20px;
	background-image: linear-gradient(to right, rgba(77,159,42,0.9) 0%, rgba(17,118,198,0.9) 100%);
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	padding: 15px;
	color: #fff;

	
}
.marqueeleft {
	overflow: hidden;
	margin: 40px auto;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 10px;
	display: inline;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	transition: 0.2s;
	position: relative;
}

.marqueeleft li:hover .pic {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
}

.marqueeleft li .txt {
	line-height: 43px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	padding:25px 20px;
	bottom: 0;
	left: 0;
	right:0;
	color: #fff;
	
}
.marqueeleft li .txt h3{
	font-size: 18px;
}
.marqueeleft li .txt h3 span{
	content: '';
	height: 10px;
	width: 10px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	
}
.marqueeleft li .txt p{
	font-size: 15px;
}
.adhesive li{
    background: url(../img1/pro-5.jpg) no-repeat center center;
    background-size: cover;
}
.advantage{
    background: url(../img1/advantage.jpg) no-repeat left center;
    background-size: cover;
    height: 1121px;
    padding: 300px 0 0 0;
	position: relative;
}
.advantageTitle h3{
    color: white;
    font-size: 48px;
	font-weight: bold;
	padding-left: 100px;
}
.advantageTitle h3 span{
	text-transform: uppercase;
	font-family: hero;
}
.advantageTitle span{
    font-weight: bold;
}
.advantageTitle p{
    color: white;
    font-size: 18px;
    line-height: 60px;
}
.advantageCenter{
    margin-top: 120px;
}
.advantageCenter h3{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.advantageText .adv-1{
	float: left;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.advantageText .adv-1 p{
	margin-top: 0px !important;
	line-height: 30px;
}
.advantageText span{
    color: #fff;
    font-size: 36px;
}
.advantageText p{
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    margin-top: 70px;
}
.advantageSwitch{
    height: 459px;
    overflow: hidden;
}
.circle{
    display: flex;
    justify-content: space-between;
}
.circle span{
    width: 160px;
    height: 3px;
    background: #8d8d8f;
    display: block;
}
.circleA{
    background: #fff !important;
}
.advantageTel{
    background: white;
    border-radius:0 75px 75px 0;
    padding: 60px 90px 36px 90px;
    margin-top: 50px;
	position: absolute;
	left: 0;
	bottom:-3%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.advantageTel h2{
	font-family: hero;
	color: #4d9f2a;
	font-size: 40px;
	line-height: 50px;
}
.advantageTel span{
    color: #666;
    font-size: 16px;
}
.adv-hr{ border-right: 1px  solid #4D9F2A;
}
.advantageTel p{
    color: #4d9f2a;
    font-size: 16px;
	line-height: 40px;
}
.advantageMore{
    border: solid 1px #dcdcdc;
    border-radius: 30px;
    line-height: 40px;
}
.advantageMore a{
    color: #222222;
    font-size: 16px;
}




.new{
    margin: 90px auto;
}
.new .new-1{
	margin-top: 40px;
	transition: all 0.6s;
}
.new .new-1:hover {
	transform: translateY(-10px);
}
.new .new-1 h2,.new .new-2 h2{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-left: 20px;
}
.new .new-1 h3{
	font-size: 18px;
	line-height: 40px;
	color: #222;
	font-weight: bold;
	padding-left: 20px;
}
.new .new-1 p,.new .new-2 p{
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	
}
.new .new-1 img{
	margin-top: 30px;
}
.new .new-3{
	margin-top: 30px;
}
.new .new-2{
	background: #f7f7f7;
	padding: 20px;
	margin-top: 20px;
	transition:all 0.6s;
}
.new .new-2:hover{
	transform: translateY(-5px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.new .new-2 h3{
	font-size: 18px;
	line-height: 40px;
	color: #222;

	padding-left: 20px;
}
.footer{
    background: url(../img1/footbj.jpg) no-repeat center;
    padding: 40px 0;
}
.link{
    line-height: 30px;
	background: rgba(255,255,255,0.8);
	border-radius: 50px;
	margin-bottom:90px;
	
}
.link img{
    padding-top: 7px;
	background-color: #1176C6;
	padding: 20px;
	border-radius: 50px 0 0 50px;
}
.link a{
    font-size: 15px;
	padding-top: 15px;
	display: inline-block;
	padding-left: 10px;
}
.footerCenter{
    margin-top: 50px;
}
.footerCompany h3{
    color: #727272;
    font-size: 30px;
    font-weight: bold;
}
.footerCompany span{
    color: #727272;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing:2px;
    line-height: 50px;
}
.footerCompany p,.footerCompany a{
    color: #727272;
    font-size: 14px;
}
.footerCompany{
    border-right: solid 1px #535353;
}
.footerimg{
	margin-top:70px;
}
.footerAdd{
    color: #fff;
    padding-left: 40px;
	text-transform: uppercase;
	
}
.footerAdd span,.footerAdd p{
    font-size: 16px;
	line-height: 40px;
}
.footerAdd h3{
    font-family: 'futura';
    font-size: 30px;
    margin: 10px 0;
}
.footerr dt{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 20px;
	text-align: center;
}
.footerr dd a{
	color: #fff;
	line-height: 35px;
	font-size: 15px;
	
}
.footerr dd{
	text-align: center;
}
.footerbot {
	padding: 20px 0;
	font-size: 15px;
	color: #999;
	text-align: center;
	margin-top: 50px;
}

.footerbot a {
	color: #999;
	font-size: 15px;
}

.footerCompany,.footerAdd{
    margin-top: 30px;
}
.footerewm{
	margin-top: 40px;
}
.mobileProduct,.mobileCase{
    margin: 20px auto;
}
.mobileTitle{
    margin-bottom: 20px;
}
.mobileTitle span{
    color: black;
    font-size: 20px;
    font-weight: lighter;
}
.mobileTitle h3{
	color: #fff;
	padding-top: 40px;
}
.mobileProductCenter span,.mobileCaseShow span{
    color: black;
    font-size: 15px;
    line-height: 35px;
}
.mobileAbout{
	background: url(../img1/sjabout.jpg) no-repeat;
	
}
.mobileAboutCenter p{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2rem;
	padding-bottom: 50px;
}
.mobileAbout,.mobileNew{
    padding: 0 15px;
}
.mobileNewCenter li{
    line-height: 40px;
}
.mobileNewCenter span{
    float: right;
    color: black;
    font-size: 14px;
}
.mobileNewCenter a{
    color: black;
    font-size: 14;
}
.mobileFooter{
    background: #1d1d1d;
    padding:  15px 20px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}
.call{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: orange;
    line-height: 30px;
}
.call a{
    color: white;
    font-size: 15px;
}
@media screen and (max-width:768px) {
    html{
        padding-bottom: 30px;
    }
	.pro h3{
		font-size:30px;
	}
	.pro .pro-1{
		
		margin: 100px 40px 20px;
	
	}
}
.advs1{
	display: none;
}
@media screen and (max-width:1700px) {
	.advs1{
		display: block;
	}
	.advs{
		display: none;
	}
}